/*配置颜色*/

.Themebg,
.Themebghover:hover,
.message-list dl dt,
.pro_title .pro_wid a:after,
.about .about_right a:after {
    background-color: rgb(219, 34, 13) !important
}

.Themefont,
.Themetxthover:hover,
.menu .tel:before,
.message-list dl dd p i {
    color: rgb(219, 34, 13) !important
}

.Themeborder {
    border-color: rgb(219, 34, 13) !important
}

.NavBoxPublic .TriangleBtn:before {
    border-color: rgb(219, 34, 13) !important
}

.ThemeFbg {
    background-color: rgb(27, 118, 205) !important
}


/*字体*/

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont2') format('svg')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal
}

.icon-youxiang:before {
    content: "\e624"
}

.icon-address:before {
    content: "\e60a"
}

.icon-phone-alt:before {
    content: "\e616"
}

.icon-dianhua:before {
    content: "\e65e"
}

.tpl_one .col-md-12 {
    float: none;
    padding: 0px !important
}

.tpl_four {
    height: auto;
    overflow: hidden;
    background: url(../images/hui.jpg) repeat
}

.tpl_six {
    height: auto;
    overflow: hidden;
    background: url(../images/hei.jpg) repeat
}

.row .col-md-4,
.row .col-md-8 {
    padding: 0px
}

.menu .header-box {
    margin: 0 auto;
    height: auto;
    max-width: 1200px;
    position: relative;
    z-index: 10
}

.menu .header-box .logo {
    float: left;
    position: relative
}

.menu .header-box .logo img {
    margin: 0px;
    max-height: 100px
}

.cl {
    clear: both
}

.overflow {
    display: block
}

.Animation {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.column {
    margin: 0px
}


/*-------</END 头部 LOGO >------------*/

.headFixed {
    position: relative
}

.header-nav {
    width: 100%
}

.menu .nav-box {
    height: 60px;
    line-height: 60px;
    max-width: 1400px;
    margin: 0 auto
}

.menu .NavBox {
    height: 60px;
    text-align: center
}

.menu .nav {
    padding: 0;
    margin: 0 auto
}

.menu .nav li {
    float: left;
    text-align: center
}

.menu .nav>li:hover ul {
    display: block;
    padding: 0
}

.menu .nav>li .Triangle:after {
    content: '';
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 25px;
    right: 2px
}

.menu .nav>li ul {
    display: none;
    padding: 0;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .4);
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    z-index: 33
}

.menu .nav>li ul li {
    line-height: 42px;
    padding: 0px;
    background: none;
    float: none;
    text-align: center;
    margin-top: 1px;
    width: 100%
}

.menu .nav>li ul li:hover {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.menu .nav>li ul li a {
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0px
}

.menu .nav>li ul li a:hover {
    text-decoration: none;
    color: #fff
}

.menu .navbar-nav {
    width: 100%
}

/*.menu .navbar-nav>li {
    width: 12.5%
}
*/
.menu .navbar-nav>li>a {
    background-color: transparent
}

.menu .navbar-nav>li>a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #fff;
    height: auto;
    margin: 0px;
    padding: 0px 20px;
    line-height: 60px
}

.menu .navbar-nav>li>a.active,
.menu .navbar-nav>li>a:hover,
.menu .navbar-nav>li>a:focus {
    background: none
}

.menu .navbar-nav>li>a.active {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.NavBtn {
    display: none;
    text-align: center;
    overflow: hidden
}

.menu .tel {
    position: absolute;
    right: 310px;
    top: 50%;
    transform: translateY(-50%);
    
}

.menu .tel1 {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
   
}

.menu .tel:before {
    font-size: 50px;
    height: 40px;
    line-height: 34px
}

.menu .tel:last-child {
    min-width: 100px
}

.menu .tel p {
    font-size: 16px;
    line-height: 20px
}

.menu .tel b {
    display: block
}

.header-box .clearfix.none {
    display: none
}


/*-------</END 导航>------------*/